home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_27186.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  95 lines

  1. -- card: 27186 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 25851
  5. -- name: Access Methods P/4
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 1,3
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=493 top=319 right=341 bottom=512
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1400 / 1400
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Next
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.  
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part contents for background part 5
  34. ----- text -----
  35. 27186
  36.  
  37. -- part contents for background part 21
  38. ----- text -----
  39. What access method relies on retransmitting data lost in collisions rather than avoiding collisions?
  40.  
  41. -- part contents for background part 23
  42. ----- text -----
  43. a.  CSMA/CA
  44.      (Carrier Sense, Multiple Access, Collision Avoidance)
  45.  
  46.  
  47. -- part contents for background part 24
  48. ----- text -----
  49. b.  CSMA/CD
  50.      (Carrier Sense, Multiple Access, Collision Detection)
  51.  
  52.  
  53. -- part contents for background part 25
  54. ----- text -----
  55. c.  Token Passing
  56.  
  57.  
  58. -- part contents for background part 20
  59. ----- text -----
  60. Practice 1:  Which Access Method?  (3 of 3)
  61.  
  62. -- part contents for background part 34
  63. ----- text -----
  64. No.  CSMA/CA uses random timeouts to avoid collisions.  Please try again.
  65.  
  66. -- part contents for background part 42
  67. ----- text -----
  68. Very Good.
  69.  
  70. -- part contents for background part 36
  71. ----- text -----
  72. No.  The token passing method avoids collisions by allowing only one node at a time to transmit.  Please try again.
  73.  
  74. -- part contents for background part 22
  75. ----- text -----
  76. Click your choice.
  77.  
  78. -- part contents for background part 57
  79. ----- text -----
  80. 2
  81. 3
  82.  
  83. -- part contents for background part 39
  84. ----- text -----
  85. The correct answer is (b),  
  86. CSMA/CD (Carrier Sense, Multiple Access, Collision Detection).  Please try again.
  87.  
  88.  
  89. -- part contents for background part 40
  90. ----- text -----
  91. Very Good.
  92.  
  93. -- part contents for background part 3
  94. ----- text -----
  95. Access Methods